@charset 'utf-8';
html,
body,
div,
ul,
ol,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
img,
span,
strong,
em,
dl,
dd,
dt,
figure,
figcaption {
	margin: 0;
	padding: 0;
	background: transparent;
}

body {
	font-size: 14px;
	color: #333;
	background: transparent;
	font-family: "微软雅黑";
	font-weight: normal;
}

ul,
li,
ol {
	list-style: none;
}

a,
a:hover {
	text-decoration: none;
}

a {
	color: #333;
}

input,textarea,img {
	outline: none;
}

.header {
	width: 100%;
	min-width: 1280px;
	margin: 0 auto;
	height: 100px;
	background: #fff;
}

.headerbox {
	width: 1200px;
	margin: 0 auto;
}

.header .logo {
	float: left;
	margin-top: 20px;
}

.nav {
	float: right;
}

.nav>ul>li {
	text-align: center;
	position: relative;
	display: inline-block;
	height: 20px;
	line-height: 20px;
	margin-top: 50px;
	width: 100px;
	border-right: 2px solid #333;
}

.nav>ul>li:last-child {
	border-right: none;
}

.nav>ul>li:hover ul {
	display: block;
}

.nav>ul>li>ul {
	display: none;
	position: absolute;
	cursor: pointer;
	top: 20px;
	left: 0;
	width: 100%;
	background: rgba(255, 255, 255, 0.6);
	z-index: 9999;
	padding-top: 30px;
}

.nav>ul>li>ul>li {
	height: 40px;
	line-height: 40px;
}

.nav>ul>li>ul>li:hover {
	background: #007fcc;
	color: #fff;
}

.nav>ul>li>ul>li:hover a {
	color: #fff;
}

.banner {
	width: 100%;
	margin: 0 auto;
	min-width: 1280px;
}

.banner img {
	display: inline-block;
	width: 100%;
}

.banner li {
	display: none;
}

.x-banner {
	width: 100%;
	min-width: 1280px;
	margin: 0 auto;
}

.x-banner img {
	display: inline-block;
	width: 100%;
}

.linkfrend {
	width: 100%;
	min-width: 1280px;
	/*height: 505px;*/
	background: url(../images/img/bg.png) no-repeat center center;
	background-size: auto 100%;
}

.linkbox {
	width: 1200px;
	margin: 0 auto;
	padding-top: 50px;
	padding-bottom: 50px;
	height: 130px;
}

.padimg {
	margin-left: 30px;
	float: left;
}


/*.padimg img{margin-right: 20px;padding: 10px;}*/

.indeimg:first-child {
	margin-left: 100px;
}

.indeimg {
	width: 249px;
	height: 121px;
	margin-right: 20px;
	border: 1px solid #ccc;
	float: left;
}

.indeimg img {
	margin: 20px 40px;
}

.padtext {
	text-align: left;
}

.padtext h3 {
	font-size: 26px;
	font-weight: bold;
}

.padtext h4 {
	font-size: 22px;
	font-weight: 500;
	color: #999;
}

.padtext h4 span a {
	font-size: 12px;
	color: #999;
}

.padtext p {
	font-size: 12px;
	color: #333;
	padding-top: 5px;
}

.setbox {
	width: 1200px;
	margin: 0 auto;
	padding-top: 40px;
	height: 290px;
}

.setbox dl {
	width: 299px;
	height: 478px;
	float: left;
	text-align: left;
}

.setbox dl dt hr {
	width: 60px;
	float: left;
}

.setbox dl dt {
	color: #fff;
	height: 200px;
	width: 290px;
	padding-left: 10px;
}

.setbox dl dt h5 {
	font-size: 18px;
	padding-top: 45px;
}

.setbox dl dt p {
	line-height: 1.5;
	font-size: 14px;
}

.setbox dl dd {
	padding-top: 40px;
}

.setbox dl dd img {
	border: 14px solid #fff;
}

.project {
	width: 100%;
	min-width: 1280px;
	text-align: left;
}

.probox {
	margin: 30px auto;
	width: 1200px;
}

.pjtext {
	width: 358px;
	line-height: 1.5;
	float: left;
}

.project .pjtext h3 {
	font-size: 26px;
	font-weight: bold;
}

.project .pjtext h4 {
	font-size: 22px;
	font-weight: 500;
	color: #999;
}

.project .pjtext h4 span a {
	font-size: 12px;
	color: #999;
}

.project .pjtext p {
	font-size: 12px;
	color: #333;
	padding-top: 5px;
}

.project .proimg {
	width: 800px;
	float: right;
}

.proimg img {
	width: 192px;
	height: 140px;
}

.slick-dots {
	display: none;
}

.footer {
	width: 100%;
	min-width: 1280px;
	height: 280px;
	background: url(../images/img/fbg.png) repeat-x;
}

.footbox {
	width: 1200px;
	margin: 0 auto;
}

.foottop {
	height: 240px;
}

.footleft {
	float: left;
	text-align: left;
	color: #fff;
}

.footleft h3 {
	font-size: 14px;
	font-weight: normal;
	padding-bottom: 20px;
}

.footleft hgroup {
	font-size: 12px;
	width: 360px;
	border-right: 1px solid #fff;
	float: left;
	margin-right: 20px;
	padding-right: 10px;
}

.footleft hgroup:last-child {
	border-right: none;
}

.footleft img {
	padding: 20px 0;
}

.footleft hgroup p {
	color: #fff;
}

.footright {
	float: right;
	padding-top: 100px;
}

.footright>ul>li {
	display: inline-block;
	position: relative;
	margin-right: 47px;
}

.footright>ul>li a {
	color: #fff;
}

.footright>ul>li>ul {
	position: absolute;
	top: 20px;
	left: 2px;
}

.footright>ul>li>ul>li {
	font-size: 12px;
	line-height: 2;
	text-align: center;
}

.footright>ul>li>ul>li a {
	color: #ccc;
}

.foottbtm {
	height: 40px;
	text-align: center;
	color: #fff;
	line-height: 40px;
}

.foottbtm a {
	color: #fff;
}

.cont {
	width: 100%;
	min-width: 1280px;
	margin: 0 auto;
}

.cont-box {
	width: 1200px;
	margin: 0 auto
}

.cont h3 {
	font-size: 32px;
	font-weight: normal;
	color: #666;
	text-align: center;
}

.cont h3 span {
	font-size: 14px;
	color: #999;
}

.cont-box h5 {
	text-align: center;
	font-size: 32px;
	color: #0080cc;
	font-weight: normal;
}

.project-content p {
	font-size: 16px;
	color: #000;
	letter-spacing: 1px;
	line-height: 1.5;
}

.company-content p {
	font-size: 16px;
	letter-spacing: 1px;
}

.probox figure {
	float: left;
	margin-right: 98px;
	margin-bottom: 57px;
	cursor: pointer;
	width: 330px;
	display: inline-block;
}

.probox figure:nth-child(3n) {
	margin-right: 0;
}

.probox figure img {
	margin-bottom: 26px;
	display: inline-block;
	width: 328px;
	height: 256px;
	border: 1px solid #999999;
}

.probox figure figcaption {
	font-size: 25px;
}

.probox figure:hover img {
	border: 1px solid #007fcc;
}

.probox figure:hover figcaption a {
	color: #0080cc;
}

.position {
	width: 100%;
	min-width: 1280px;
	margin: 0 auto;
	border-bottom: 1px solid #eee;
	height: 84px;
}

.posibox {
	width: 1200px;
	margin: 0 auto;
	line-height: 84px;
	font-size: 14px;
}

.posibox p {
	font-size: 14px;
	color: #252525;
	text-indent: 40px;
	background: url(../images/img/home.png) no-repeat left center;
}

.posibox p span a {
	color: #0080cc;
}

.cont-box h2 {
	text-align: center;
}

.tellbox {
	width: 100%;
	height: 47px;
	background: url(../images/img/lgo.jpg) no-repeat center center;
}

.telladdress {
	width: 1200px;
	margin: 0 auto;
}

.tellress hgroup {
	width: 342px;
	line-height: 1.5;
	font-size: 14px;
	color: #000;
	margin: 0 auto;
}

.tellress {
	width: 384px;
	border: 1px solid #ccc;
	float: left;
	margin-right: 10px;
}

.tellress:hover {
	box-shadow: 5px 5px 5px #ccc;
}

.tellress img {
	display: block;
	width: 342px;
	height: 224px;
	margin: 20px auto;
}

.tellress input {
	width: 232px;
	height: 39px;
	border: 1px solid #ccc;
	background: transparent;
	cursor: pointer;
	margin-left: 55px;
}

.tellress input:hover {
	background: #ddd;
}

.tipimg {
	position: relative;
}

.address1 {
	position: absolute;
	top: 282px;
	right: 362px;
	display: block;
	width: 54px;
	height: 23px;
	background: transparent;
	cursor: pointer;
}

.address2 {
	position: absolute;
	top: 258px;
	right: 440px;
	display: block;
	width: 54px;
	height: 23px;
	background:transparent;
	cursor: pointer;
}

.address3 {
	position: absolute;
	top: 360px;
	right: 508px;
	display: block;
	width: 54px;
	height: 23px;
	background: transparent;
	cursor: pointer;
}

.address4 {
	position: absolute;
	bottom: 304px;
	right: 348px;
	display: block;
	width: 54px;
	height: 23px;
	background:transparent;
	cursor: pointer;
}

.address5 {
	position: absolute;
	bottom: 214px;
	left: 534px;
	display: block;
	width: 54px;
	height: 23px;
	background:transparent;
	cursor: pointer;
}

.address6 {
	position: absolute;
	bottom: 235px;
	right: 398px;
	display: block;
	width: 54px;
	height: 23px;
	background:transparent;
	cursor: pointer;
}

.address7 {
	position: absolute;
	bottom: 262px;
	right: 288px;
	display: block;
	width: 54px;
	height: 23px;
	background:transparent;
	cursor: pointer;
}

.address8 {
	position: absolute;
	bottom: 246px;
	right: 504px;
	display: block;
	width: 54px;
	height: 23px;
	background: transparent;
	cursor: pointer;
}

.address9 {
	position: absolute;
	bottom: 122px;
	right: 450px;
	display: block;
	width: 54px;
	height: 23px;
	background: transparent;
	cursor: pointer;
}

.map {
	width: 800px;
	height: 400px;
	border: 3px solid #999;
	display: none;
}

.map h3 {
	height: 30px;
	width: 100%;
	background: #666;
	font-size: 14px;
	font-weight: lighter;
	color: #fff;
	text-align: left;
	line-height: 30px;
}

.map span {
	float: right;
	,
	margin-right: 10px;
	cursor: pointer;
}

.newsbox {
	width: 100%;
	margin: 0 auto;
}

.newsbox ul li {
	width: 568px;
	float: left;
	margin-right: 60px;
	margin-bottom: 60px;
}

.newsbox ul li:nth-child(2n) {
	margin-right: 0;
}

.newsbox ul li h2 {
	font-size: 20px;
	color: #333;
	font-weight: normal;
	text-align: left;
	padding-bottom: 20px;
	height: 37px;
}

.newsbox ul li p {
	font-size: 14px;
	color: #666;
	text-indent: 30px;
	line-height: 1.5;
}

.newsbox ul li p a {
	color: #666;
}

.newsbox ul li h2 a:hover {
	color: #0080cc;
}

.newsbox ul li button {
	width: 102px;
	height: 30px;
	background: #24bbe9;
	border-radius: 5px;
	border: none;
	color: #fff;
	cursor: pointer;
	margin-top: 20px;
}

.newsbox ul li h2 span {
	display: inline-block;
	width: 37px;
	height: 37px;
	border-radius: 45px;
	background: #0080cc;
	line-height: 35px;
	text-align: center;
	margin-right: 10px;
	color: #fff;
}

.title,
.date {
	text-align: center;
}

.title {
	font-size: 24px;
	color: #333;
}

.date {
	font-size: 16px;
	color: #999;
}

.fzls-content {
	width: 100%;
	min-width: 1280px;
	height: 370px;
	background: url(../images/img/fagb.jpg) no-repeat center center;
}

.fabg {
	width: 1200px;
	margin: 0 auto;
}

.fabg h3 {
	font-size: 24px;
	color: #fff;
	font-weight: normal;
}

.fabg hr {
	width: 20px;
	border: 1.5px solid #fff;
}

.fatext {
	width: 900px;
	margin: 0 auto;
	/*background: #000*/
}

.pot {
	position: relative;
}

.pot p {
	display: inline-block;
	width: 292px;
	height: 35px;
	color: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.7);
	text-align: center;
	line-height: 35px;
}

.pbox h3 {
	font-size: 24px;
	color: #333;
	font-weight: normal;
}

.pbox hr {
	width: 20px;
	border: 1.5px solid #333;
}

.event_wrap:before {
	content: '';
	width: 3px;
	background: #0080cc;
	height: 100%;
	position: absolute;
	top: 0;
	left: 50%;
}

.event_wrap {
	width: 800px;
	margin: 0 auto;
	position: relative;
}

.middle_line {
	width: 100%;
	position: relative;
}

.tempevent {
	position: relative;
	width: 300px;
	/*background: #000;*/
	margin-bottom: 50px;
}

.tempevent img {
	border: 1px solid #999;
	padding: 20px 20px;
}

.tempevent:nth-child(even) {
	float: right;
	margin-top: -130px;
}

.tempevent p {
	height: 30px;
	line-height: 30px;
	text-align: left;
	padding-bottom: 20px;
}

.tempevent i {
	position: absolute;
	right: -114px;
	top: -13px;
	box-shadow: 0 0 0 5px #fff;
	display: inline-block;
	width: 26px;
	height: 26px;
	background: url(../images/img/i.png) no-repeat center center;
	border-radius: 45px;
}

.tempevent:nth-child(even) i {
	position: absolute;
	left: -112px;
	top: -13px;
	box-shadow: 0 0 0 5px #fff;
	display: inline-block;
	width: 26px;
	height: 26px;
	background: url(../images/img/i.png) no-repeat center center;
	border-radius: 45px;
}

.cooperative {
	width: 1200px;
	margin: 0 auto;
	height: 320px;
	overflow: hidden;
}

.cooperative li {
	width: 256px;
	height: 109px;
	border: 1px solid #d7d8d9;
	display: inline-block;
	margin: 0 50px 50px 0;
}

.cooperative li:nth-child(4n) {
	margin-right: 0;
}

.cooperative li img {
	margin: 20px 40px;
	width: 180px;
	height: 70px;
}

.more {
	width: 1200px;
	border-bottom: 1px solid #cacbcc;
	position: relative;
	margin: 0 auto;
	z-index: 9999;
}

.morenot {
	margin: -15px auto;
	box-shadow: 0 0 0 10px #fff;
	width: 107px;
	text-align: center;
	line-height: 30px;
	height: 30px;
	background: #999;
	color: #fff;
	cursor: pointer;
}

.morebtn {
	margin: -15px auto;
	box-shadow: 0 0 0 10px #fff;
	width: 107px;
	text-align: center;
	line-height: 30px;
	height: 30px;
	background: #198cd1;
	color: #fff;
	cursor: pointer;
}

.morebtn:hover {
	background: #45a3db;
}

.companyl {
	width: 600px;
	float: left;
}

.companyr {
	width: 600px;
	float: left;
	background: #484848;
	height: 510px;
}

.companyr .tipe {
	font-size: 14px;
	color: #fff;
	width: 70%;
	margin: 60px auto;
}

.zl_box {
  width: 269px;
  height: 320px;
  border:1px solid #ddd;
  float: left;
  margin-right: 30px;
}
.zl_box:nth-child(4n){
	margin-right: 0;
}

.zl_box h4{
	font-size: 18px;
	color: #333;
	font-weight: normal;
	padding: 20px 10px 10px 10px;
}
.zl_box p{
	padding: 0 10px 0 10px;
}
/*证书 质量样式*/

.zl-content {
	width: 1200px;
	height: 920px;
	margin: 0 auto;
	background: url(../images/img/zl_bg.jpg) no-repeat center center;
	background-size: 100%;
}

.zs-index {
	width: 1200px;
	margin: 0 auto;
}

.zs-index ul li {
	display: block;
	width: 218px;
	height: 310px;
	border: 1px solid #cccccc;
	padding: 8px;
	margin-right: 80px;
	float: left;
	margin-bottom:30px;
}

.zs-index ul li:nth-child(4n) {
	margin-right: 0;
}

.zs-index ul li img {
	display: inline-block;
	width: 100%;
}


/*职位li样式*/

.accordion li {
	width: 1000px;
	margin: 10px auto;
	background: #eee;
}

.accordion li .submenu {
	display: none;
	background: #eeeeee;
	font-size: 14px;
	padding-bottom: 10px;
}

.submenu hgroup p {
	font-size: 14px;
	color: #666;
	padding: 5px 15px 5px 42px;
	line-height: 1.5;
}

.accordion .link {
	cursor: pointer;
	display: block;
	padding: 15px 15px 15px 42px;
	background: #e1dfdf;
	border-radius: 3px;
	position: relative;
	font-size: 18px;
	color: #0080cc;
}

.accordion .link p span {
	float: right;
}

.accordion .link i {
	display: inline-block;
	float: right;
	vertical-align: middle;
	width: 33px;
	height: 33px;
	background: url(../images/img/icont.png) no-repeat center center;
	margin-left: 50px;
}

.accordion li.open i {
	background: url(../images/img/iconts.png) no-repeat center center;
}

.foottbtm p {
	text-align: left;
}

.foottbtm p span {
	width: 19px;
	height: 19px;
	display: inline-block;
	margin-right: 10px;
	vertical-align: middle;
}

.foottbtm p span.fx1 {
	background: url(../images/img/fx1.png) no-repeat center center;
	margin-left: 120px;
}

.foottbtm p span.fx2 {
	background: url(../images/img/fx2.png) no-repeat center center;
}

.foottbtm p span.fx3 {
	background: url(../images/img/fx3.png) no-repeat center center;
}

.foottbtm p a {
	color: #333;
}

.clear {
	clear: both;
}

.clear10 {
	clear: both;
	height: 10px;
}

.clear20 {
	clear: both;
	height: 20px;
}

.clear30 {
	clear: both;
	height: 30px;
}

.clear40 {
	clear: both;
	height: 40px;
}

.clear50 {
	clear: both;
	height: 50px;
}

.clear60 {
	clear: both;
	height: 60px;
}

.clear70 {
	clear: both;
	height: 70px;
}

.clear80 {
	clear: both;
	height: 80px;
}

.clear90 {
	clear: both;
	height: 90px;
}

.clear100 {
	clear: both;
	height: 100px;
}